| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRGetViewCurrentTime function to get the current time in the current view.
TimeValue QTVRGetViewCurrentTime (QTVRInstance qtvr);
The QTVRGetViewCurrentTime function returns, as its function result, the current time in the current view of the object node specified by the qtvr parameter. The returned value is always greater than or equal to 0 and less than or equal to the value returned by the QTVRGetCurrentViewDuration function.
| Previous | Chapter contents | Chapter top | Section top | Next |